(help-manyarg-func-alist): Correct entry for `vconcat'.
authorMiles Bader <miles@gnu.org>
Mon, 27 Nov 2000 02:08:05 +0000 (02:08 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 27 Nov 2000 02:08:05 +0000 (02:08 +0000)
lisp/help.el

index 92a682d4fe4a81e61a3c5e6058fb300ae5439037..8c9f5c80901613e2d2d86998dddb55bdc3dfd79c 100644 (file)
@@ -1523,7 +1523,7 @@ out of view."
      (funcall . "(funcall FUNCTION &rest ARGUMENTS)")
      (append . "(append &rest SEQUENCES)")
      (concat . "(concat &rest SEQUENCES)")
-     (vconcat . "(vconcat vconcat)")
+     (vconcat . "(vconcat &rest SEQUENCES)")
      (nconc . "(nconc &rest LISTS)")
      (widget-apply . "(widget-apply WIDGET PROPERTY &rest ARGS)")
      (make-hash-table . "(make-hash-table &rest KEYWORD-ARGS)")